home *** CD-ROM | disk | FTP | other *** search
/ PC Zone 96 / PC Zone #096.7z / Dppcz1200.mdf / Demos / Gunlok / data1.cab / Program_Executable_Files / scripts / purplelightnc.gsh < prev    next >
Text File  |  2000-09-09  |  938b  |  37 lines

  1. // defines purple light no corona
  2. ////////////////////////////////////////////////////////////////////////////////////
  3.  
  4. // start wrapper - prevent multiple inclusions or recursive inclusions
  5.  
  6. //(this currently causes 'unrecognized preprocessor directive' warnings, until implemented)
  7. #ifndef INCLUDED_purplelightnc_GSH
  8. #define INCLUDED_purplelightnc_GSH
  9.  
  10. ////////////////////////////////////////////////////////////////////////////////////
  11.  
  12.  
  13.  
  14. light Lit_purplenc
  15. {
  16.     red             1
  17.     green           0
  18.     blue            1
  19.     specular red    1
  20.     specular green    0
  21.     specular blue    1
  22.     range           15
  23. }
  24.  
  25. role Rol_Purplelightnc : Rol_DefaultGarbage
  26. {
  27.  
  28.     light Lit_purplenc
  29.     moves on lifts yes
  30.     identifier    "purplelightnc"
  31.  
  32. }
  33.  
  34. ////////////////////////////////////////////////////////////////////////////////////
  35.  
  36. // end wrapper - for preventing multiple or recursive inclusions
  37. #endif // !INCLUDED_purplelightnc_GSH